home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / 112m4.bat < prev    next >
DOS Batch File  |  1995-02-03  |  257b  |  14 lines

  1. @echo off
  2.  
  3. cd objs
  4. echo Fixing libc.a . . .
  5. ..\bin\ar rs ../lib/libc.a  access.o
  6. cd ..
  7.  
  8. cd p_objs
  9. echo Fixing libc_p.a . . .
  10. ..\bin\ar rs ../lib/libc_p.a  access.o
  11. cd ..
  12.  
  13. echo You may remove the objs and p_objs directories and this script now.
  14.